PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListField Class / setSelectedIndexes Method
An array of indexes of the selected items in the list. The default is null, which indicates that nothing is selected.
In This Topic
    setSelectedIndexes Method
    In This Topic
    Sets the index of the selected items in the list.
    Use this property to determine the indexes of the currently selected items in the list if the list control allows multiple selection.
    Syntax
    public void setSelectedIndexes( 
       int[] value
    )

    Parameters

    value
    An array of indexes of the selected items in the list. The default is null, which indicates that nothing is selected.
    See Also